ExtendedProperty(ExtendedPropertyTag, Boolean) Constructor

Initializes a new instance of the ExtendedProperty class.

Definition

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
C#
public ExtendedProperty(
	ExtendedPropertyTag tag,
	bool value
)

Parameters

tag  ExtendedPropertyTag
The tag.
value  Boolean
if set to true [value].

See Also